.button-default {
    background-color: cornflowerblue;
    border: none;
    color: white;
    text-align: center;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 6px;
    margin: 8px;
    
}

.center 
{
    position: relative;
    margin: auto;
}

.password-field {
    color: white;
    padding: 8px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
}

.button-default:hover {
    background-color: royalblue;
}

.button-default:after {
    background-color: #1a237e;
}

a.button-default {
    text-decoration: none;
}

div.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 2px;
}

body {
    background: rgb(100, 100, 100);
    color: white;
    font-family: Roboto, sans-serif;
}

div.main-content {
    text-align: center;
    background: rgb(50, 50, 50);
    margin: 2% 5% 2% 5%;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}

div.quote {
    width: 80%; 
    margin-left: 10%;
    text-align: left;
}
